Checkstyle Results

The following document contains the results of Checkstyle .

Summary

FilesInfosWarningsErrors
64009

Files

FilesIWE
org/bejug/javacareers/jobs/constants/StatusConstants.java 008
org/bejug/javacareers/jobs/search/lucene/PdfIndexer.java 001

org/bejug/javacareers/jobs/constants/StatusConstants.java

ErrorLine
Error Name 'NOT_PUBLISHED_YET' must match pattern '^[a-z][a-zA-Z0-9]*$'. 34
Error Variable 'NOT_PUBLISHED_YET' must be private and have accessor methods. 34
Error Name 'ACTIVE' must match pattern '^[a-z][a-zA-Z0-9]*$'. 40
Error Variable 'ACTIVE' must be private and have accessor methods. 40
Error Name 'INACTIVE' must match pattern '^[a-z][a-zA-Z0-9]*$'. 45
Error Variable 'INACTIVE' must be private and have accessor methods. 45
Error Name 'ARCHIVED' must match pattern '^[a-z][a-zA-Z0-9]*$'. 50
Error Variable 'ARCHIVED' must be private and have accessor methods. 50

org/bejug/javacareers/jobs/search/lucene/PdfIndexer.java

ErrorLine
Error Using the '.*' form of import should be avoided - java.io.*. 31